home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_216 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-09-05  |  123 b   |  8 lines

  1. on(release){
  2.    chip1Val++;
  3.    minBet();
  4.    insurance == false;
  5.    double = false;
  6.    _root.gotoAndStop("start");
  7. }
  8.